﻿2026-05-28T04:41:26.1882485Z ##[group]Run git config --global user.name "github-actions[bot]"
2026-05-28T04:41:26.1883031Z [36;1mgit config --global user.name "github-actions[bot]"[0m
2026-05-28T04:41:26.1883576Z [36;1mgit config --global user.email "github-actions[bot]@users.noreply.github.com"[0m
2026-05-28T04:41:26.1884033Z [36;1mmkdir -p .git/info[0m
2026-05-28T04:41:26.1884452Z [36;1mecho "app/coverage-baselines/*.ec -filter -diff -merge" >> .git/info/attributes[0m
2026-05-28T04:41:26.1884919Z [36;1mgit reset --hard HEAD[0m
2026-05-28T04:41:26.1885160Z [36;1m[0m
2026-05-28T04:41:26.1885356Z [36;1mfor i in {1..3}; do[0m
2026-05-28T04:41:26.1885642Z [36;1m  echo "Attempt $i to aggregate and push..."[0m
2026-05-28T04:41:26.1885980Z [36;1m  git pull --rebase origin master[0m
2026-05-28T04:41:26.1886249Z [36;1m[0m
2026-05-28T04:41:26.1886487Z [36;1m  python3 tools/aggregate_regression.py[0m
2026-05-28T04:41:26.1886911Z [36;1m  git add docs/regression-history.json docs/regression-dashboard.md[0m
2026-05-28T04:41:26.1887429Z [36;1m  if git diff --quiet && git diff --staged --quiet; then[0m
2026-05-28T04:41:26.1887789Z [36;1m    echo "No changes to dashboard."[0m
2026-05-28T04:41:26.1888060Z [36;1m    exit 0[0m
2026-05-28T04:41:26.1888259Z [36;1m  fi[0m
2026-05-28T04:41:26.1889062Z [36;1m  git commit -m "docs: update nightly regression dashboard [skip ci]"[0m
2026-05-28T04:41:26.1889487Z [36;1m  if git push origin master; then[0m
2026-05-28T04:41:26.1889829Z [36;1m    echo "Successfully pushed dashboard update."[0m
2026-05-28T04:41:26.1890145Z [36;1m    exit 0[0m
2026-05-28T04:41:26.1890352Z [36;1m  else[0m
2026-05-28T04:41:26.1890625Z [36;1m    echo "Push failed (concurrent commit). Retrying..."[0m
2026-05-28T04:41:26.1890987Z [36;1m    git reset --hard HEAD~1[0m
2026-05-28T04:41:26.1891243Z [36;1m  fi[0m
2026-05-28T04:41:26.1891431Z [36;1mdone[0m
2026-05-28T04:41:26.1891733Z [36;1mecho "Failed to push dashboard update after 3 attempts."[0m
2026-05-28T04:41:26.1892086Z [36;1mexit 1[0m
2026-05-28T04:41:26.1978849Z shell: /usr/bin/bash -e {0}
2026-05-28T04:41:26.1979129Z env:
2026-05-28T04:41:26.1979412Z   pythonLocation: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-28T04:41:26.1979872Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.14.5/x64/lib/pkgconfig
2026-05-28T04:41:26.1980319Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-28T04:41:26.1980700Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-28T04:41:26.1981095Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-28T04:41:26.1981474Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.14.5/x64/lib
2026-05-28T04:41:26.1981801Z ##[endgroup]
2026-05-28T04:41:26.2552213Z HEAD is now at 280785b Add Phase 6 macrobenchmark regression coverage (#119) (#129)
2026-05-28T04:41:26.2555947Z Attempt 1 to aggregate and push...
2026-05-28T04:41:26.5008330Z From https://github.com/yorvana/android
2026-05-28T04:41:26.5009266Z  * branch            master     -> FETCH_HEAD
2026-05-28T04:41:26.5090166Z Already up to date.
2026-05-28T04:41:26.8524087Z python3: can't open file '/home/runner/work/android/android/tools/aggregate_regression.py': [Errno 2] No such file or directory
2026-05-28T04:41:26.8541392Z ##[error]Process completed with exit code 2.
